* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  font-family: "alibaba-puhui-R", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent;
  height: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
  font-family: "alibaba-puhui-R", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: auto !important;
}
html,body{
  /* min-width: 1200px; */
  
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, sumary {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* input, select, textarea {
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}*/

ol, ul {
  list-style: none;
}

/* *:not(input, select, textArea) {
  -webkit-user-select: none;
} */

img, a {
  -webkit-touch-callout: none;
}

a, a:active, a:hover {
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a, button, input, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.flex-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.YD-content-box{
  width: 7rem;
  margin: 0 auto;
}
.content-box{
  width: 17.02rem;
  margin: 0 auto;
}
.all-box{
  width: 100%;
}